Merged
Conversation
Contributor
Author
|
/ci |
Contributor
|
Pinging @elastic/eui-team (EUI) |
justinkambic
approved these changes
Feb 5, 2024
mattkime
approved these changes
Feb 5, 2024
Contributor
mattkime
left a comment
There was a problem hiding this comment.
data discovery changes look good to me
jbudz
approved these changes
Feb 5, 2024
Heenawter
approved these changes
Feb 5, 2024
Contributor
Heenawter
left a comment
There was a problem hiding this comment.
Just a single snapshot test change - code review only, LGTM 👍
stratoula
approved these changes
Feb 6, 2024
Contributor
stratoula
left a comment
There was a problem hiding this comment.
Vis team snaphsot update LGTM!
pgayvallet
approved these changes
Feb 6, 2024
SiddharthMantri
approved these changes
Feb 6, 2024
sebelga
approved these changes
Feb 6, 2024
ElenaStoeva
approved these changes
Feb 6, 2024
Contributor
ElenaStoeva
left a comment
There was a problem hiding this comment.
ILM test snapshot changes LGTM.
gsoldevila
approved these changes
Feb 6, 2024
Contributor
Author
|
@elastic/security-solution 👋 One last ping for reviews - I'll be asking KibanaOps for an admin merge by EOD tomorrow otherwise. |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Feb 15, 2024
`v92.2.1` ⏩ `v93.0.0` --- ## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0) **Bug fixes** - Fixed `EuiTextTruncate` component to clean up timer from side effect on unmount ([elastic#7495](elastic/eui#7495)) **Breaking changes** - Removed deprecated `anchorClassName` prop from `EuiPopover`. Use `className` instead ([elastic#7488](elastic/eui#7488)) - Removed deprecated `buttonRef` prop from `EuiPopover`. Use `popoverRef` instead ([elastic#7488](elastic/eui#7488)) - Removed deprecated `toolTipTitle` and `toolTipPosition` props from `EuiContextMenuItem`. Use `toolTipProps.title` and `toolTipProps.position` instead ([elastic#7489](elastic/eui#7489)) - Removed deprecated internal `setSelection` ref method from `EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled `selection.selected` prop API instead. ([elastic#7491](elastic/eui#7491)) - `EuiTourStep`'s `className` and `style` props now apply to the anchoring element instead of to the popover panel, to match `EuiPopover` behavior. ([elastic#7497](elastic/eui#7497)) - Convert your existing usages to `panelClassName` and `panelStyle` respectively instead. **Performance** - Improved the amount of recomputed styles being generated by `EuiCode` and `EuiCodeBlock` ([elastic#7486](elastic/eui#7486)) **CSS-in-JS conversions** - Converted `EuiSearchBar` to Emotion ([elastic#7490](elastic/eui#7490)) - Converted `EuiEmptyPrompt` to Emotion ([elastic#7494](elastic/eui#7494)) - Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities ([elastic#7494](elastic/eui#7494)) --------- Co-authored-by: Jon <jon@elastic.co>
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
`v92.2.1` ⏩ `v93.0.0` --- ## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0) **Bug fixes** - Fixed `EuiTextTruncate` component to clean up timer from side effect on unmount ([elastic#7495](elastic/eui#7495)) **Breaking changes** - Removed deprecated `anchorClassName` prop from `EuiPopover`. Use `className` instead ([elastic#7488](elastic/eui#7488)) - Removed deprecated `buttonRef` prop from `EuiPopover`. Use `popoverRef` instead ([elastic#7488](elastic/eui#7488)) - Removed deprecated `toolTipTitle` and `toolTipPosition` props from `EuiContextMenuItem`. Use `toolTipProps.title` and `toolTipProps.position` instead ([elastic#7489](elastic/eui#7489)) - Removed deprecated internal `setSelection` ref method from `EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled `selection.selected` prop API instead. ([elastic#7491](elastic/eui#7491)) - `EuiTourStep`'s `className` and `style` props now apply to the anchoring element instead of to the popover panel, to match `EuiPopover` behavior. ([elastic#7497](elastic/eui#7497)) - Convert your existing usages to `panelClassName` and `panelStyle` respectively instead. **Performance** - Improved the amount of recomputed styles being generated by `EuiCode` and `EuiCodeBlock` ([elastic#7486](elastic/eui#7486)) **CSS-in-JS conversions** - Converted `EuiSearchBar` to Emotion ([elastic#7490](elastic/eui#7490)) - Converted `EuiEmptyPrompt` to Emotion ([elastic#7494](elastic/eui#7494)) - Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities ([elastic#7494](elastic/eui#7494)) --------- Co-authored-by: Jon <jon@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v92.2.1⏩v93.0.0v93.0.0Bug fixes
EuiTextTruncatecomponent to clean up timer from side effect on unmount (#7495)Breaking changes
anchorClassNameprop fromEuiPopover. UseclassNameinstead (#7488)buttonRefprop fromEuiPopover. UsepopoverRefinstead (#7488)toolTipTitleandtoolTipPositionprops fromEuiContextMenuItem. UsetoolTipProps.titleandtoolTipProps.positioninstead (#7489)setSelectionref method fromEuiInMemoryTableandEuiBasicTable. Use the new controlledselection.selectedprop API instead. (#7491)EuiTourStep'sclassNameandstyleprops now apply to the anchoring element instead of to the popover panel, to matchEuiPopoverbehavior. (#7497)panelClassNameandpanelStylerespectively instead.Performance
EuiCodeandEuiCodeBlock(#7486)CSS-in-JS conversions
EuiSearchBarto Emotion (#7490)EuiEmptyPromptto Emotion (#7494)euiBorderColoranduseEuiBorderColorCSSstyle utilities (#7494)